github.com/refraction-networking/utls.encryptedExtensionsMsg.utlsUnmarshal (method)

2 uses

	github.com/refraction-networking/utls (current package)
		handshake_messages.go#L1138: 			if !m.utlsUnmarshal(extension, extData) {
		u_handshake_messages.go#L62: func (m *encryptedExtensionsMsg) utlsUnmarshal(extension uint16, extData cryptobyte.String) bool {